RadioButton.MouseUp Event

The mouse button was released inside the control's region at the location passed in to x,y. This event will not occur unless you return True in the MouseDown event.

Syntax

MouseUp ( x, y )

Parameters

x

Integer

y

Integer


The return value is ignored.